Click or drag to resize

Property Constructor (String, String)

Initializes a new instance of the Property class.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public Property(
	string name,
	string ns
)

Parameters

name
Type: SystemString
The property name.
ns
Type: SystemString
the roperty namespace.
See Also